@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-family: 'PT Mono', monospace;
    font-weight: 400;
    background: #d7dce4;
   
}

.container {
    width: 1600px;
    margin: 0 auto;

    
}

.row {
    display: block;
    border: #8c8e94;
    border-radius: 10px;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}
.h3 {

    color: #4e5159;
}

.header {
    height: 80px;
    background: rgb(215, 220, 228);
}

.logotype {
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
    height: 70px;
}

.menu {
    height: 80px;
    background: #787b84;
    padding-top: 22px;
}

.link-menu {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.link-menu:hover {
    background: #6b6b6b;
    border-radius: 50px;
}

.content {
    padding: 20px;
    background: white;
    
}

.page-title {
    margin-bottom: 20px;
    color: rgb(78, 81, 89)
    
}

blockquote {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left-color: #60636c;
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 20px;
    font-style: italic;
}

.right-img {
    float: right;
    width: 300px;
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}



.page-title {
        margin-left: 600px;
    
}


.mus {
    border-radius: 50px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 350px; 
    background-color: #898888;
    height: 350px;
    float:left;
}

.col-33 {
    width: 33.3333333%;
    float: left;
    padding: 10px;
    height: auto;
    
}

.col-40 {
    width: 25%;
    float: left;
    padding: 30px;
    height: auto;
   
}

.col-60 {
    width: 75%;
    float: left;
    padding: 30px;
    height: auto;
    color: #60636c;
}

.card-audio {
    text-align: center;
}

.card-audio img {
    max-width: 100%;
    height: auto;
}

.res-img {
    max-width: 80%;
    height: auto;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    transition: 0.5s;
}

.res-img:hover {
    border-color: #d7dce4;
    border-radius: 5px;
}

.ab1 {
    width: 70%;
}


.h2 {
    padding-left: 50px;
    color: #4e5159;
}

.col-40-1 {
    width: 25%;
    float: right;
    padding: 30px;
    height: auto;
}

.col-60-1 {
    width: 75%;
    float: right;
    padding: 30px;
    height: auto;
}


.pic {
    padding-top: 20px;
    
    padding: 20px;
    width: 20%;
    float: left;
    height: auto;
}

.pic1 {

padding: 10px;
    width: 13%;
    float: left;
    height: auto;
}

.pic2 {
    
  padding-top: 30px;
  width: 20%;    
  float: left;
  height: auto;
}